home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / comp.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  1998-11-03  |  193 b   |  9 lines

  1. on mouseDown
  2.   global gBackFRAME, gBackMOVIE
  3.   set whatFrame to the frame
  4.   set whatMovie to the movie
  5.   add(gBackFRAME, whatFrame)
  6.   add(gBackMOVIE, whatMovie)
  7.   go("MTSub9_1", "copeMed")
  8. end
  9.